CARNIVAL TLWiki progress/script puller
author: kingshriek
version: 0.1

cvpull.py     progress/script puller

Tool is Python 3.x (it will not work with Python 2.x).
Feel free to contact me at either #tlwiki@irc.rizon.net or my tlwiki User 
Talk page (User:Kingshriek) regarding bugs/usage.

Usage: cvpull.py [options]

Options:
  --version             show program's version number and exit
  -h, --help            show this help message and exit
  -p, --progress        display project progress status
  -o OUTDIR, --outdir=OUTDIR
                        save files to OUTDIR (required to pull files)
  -f FILE, --file=FILE  pull specific script named FILE (Unix-style wildcards
                        accepted)
  -r REGEX, --regex=REGEX
                        filter pulled scripts using REGEX
  -L LIST, --list=LIST  pull files listed in text file LIST
  -n, --new             pull new files using Recent Changes page
  -t, --translated      pull or get progress on only translated scripts
  -c, --tlced           pull or get progress on only TLCed scripts
  -e, --edited          pull or get progress on only edited scripts
  -q, --qced            pull or get progress on only QC'd scripts
  -s, --scripts         display only script stats
  -l, --lines           display only lines stats
  -k, --kb              display only KB stats

If you don't give the tool either the -o or -p option, it will just display
the list of matching files and their status.

Progress display is written to stdout and is formatted to be directly
copied to the wiki.
